home *** CD-ROM | disk | FTP | other *** search
- rem ╔═══════════════════════════════════════════════════════════════════════╗
- rem ║ FLCS MACRO DEFINITION FILE TEMPLATE ║
- rem ║ Macro Definition File For:___________________________________________ ║
- rem ║ ║
- rem ║ Created By:__________________________________________Date:___________ ║
- rem ║ ║
- rem ║ Load this file when creating a macro definition file for your flight ║
- rem ║ simulator. Remember, there is a 400 line limit to M50 files! ║
- rem ╚═══════════════════════════════════════════════════════════════════════╝
- rem DELETE ANY UNUSED COMMANDS AND USE SAVE_AS TO SAVE UNDER A DIFFERENT NAME
- ~╔═════════════════╗
- ~║THROTTLE CONTROLS║
- ~╚═════════════════╝
- RpmReduceSmall = -
- RpmIncreaseSmall = =
- RpmReduceDouble = SFT -
- RpmIncreaseDouble = SFT =
- RpmReduceLarge = KP-
- RpmIncreaseLarge = KP+
- RpmReduceNormal = SFT KP-
- RpmIncreaseNormal = SFT KP+
-
- ~
- ~╔═════════════════╗
- ~║TAKEOFF & LANDING║
- ~╚═════════════════╝
- GearUpDown = g
- GearUnjam = CTL g
- FlapsUpDown = f
- WheelBrakesOnOff = w
- ~
- ~
- ~
- ~
- ~
- ~╔══════════════╗
- ~║VIEW COMMANDS ║
- ~╚══════════════╝
- RearCockpit = 5
- FrontCockpit = 7
- LeftCockpit = 6
- RightCockpit = 8
- RearMirror = [
- LookForward = ]
- InsideLock = BSP
- OutsideLock = ENT
- ImpactView = z
- MissileView = x
- ZoomIn = F1
- ZoomOut = {LALT F1}
- ExternalView = F4
- RotateHortView = F2
- RotateVertView = F3
- TrackView = F6
- SatelliteView = F7
- NearestFriend = SFT F3
- NearestEnemy = SFT F4
- GroundTarget = SFT F8
-
-
-
- ~
- ~╔═══════════════╗
- ~║FLIGHT CONTROLS║
- ~╚═══════════════╝
- AutoPilot = a
- AirBrakeOnOff = b
- FullLeftRudder = END
- FullRightRudder = PGDN
- LeftRudder = INS
- RightRudder = DEL
- ExternalFuel = e
- MinPower = , .
- MaxPower = . -
- Boost = / -
- DumpFuel = CTL e
-
- ~╔════════════════╗
- ~║WEAPONS COMMANDS║
- ~╚════════════════╝
- FireGuns = SPC
- WeaponSelect = PGUP
- WeaponRipSelect = HOME
- ~
- ~
- ~
- ~
- ~╔══════════╗
- ~║NAVIGATION║
- ~╚══════════╝
- NextWaypoint = '
- PrevWaypoint = ;
- MapDisplay = m
- WaypointInfo = SFT ;
- ~╔═════════════╗
- ~║MISCELLANEOUS║
- ~╚═════════════╝
- Eject = CTL q
-